home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / ln.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  4.1 KB  |  133 lines

  1.  
  2.  
  3.  
  4. LN(1L)            Misc. Reference Manual Pages             LN(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ln - make links between files
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      llllnnnn [options] source [dest]
  13.      llllnnnn [options] source... directory
  14.      Options:
  15.      [   -   bdfisvF]    [   -   S    backup-suffix]    [   -   V
  16.      {numbered,existing,simple}]       [     -     -     version-
  17.      control={numbered,existing,simple}] [--backup] [--directory]
  18.      [ - - force]  [ - -interactive] [--symbolic] [--verbose] [--
  19.      suffix=backup-suffix] [--help] [--version]
  20.  
  21. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.      This manual page documents the GNU version of  llllnnnn.   If  the
  23.      last  argument  names  an  existing directory, llllnnnn links each
  24.      other given file into a file with  the  same  name  in  that
  25.      directory.   If  only  one file is given, it links that file
  26.      into the current directory.  Otherwise, if  only  two  files
  27.      are  given,  it  links  the first onto the second.  It is an
  28.      error if the last argument is not a directory and more  than
  29.      two  files  are  given.  It makes hard links by default.  By
  30.      default, it does not remove existing files.
  31.  
  32.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  33.      -_b, --_b_a_c_k_u_p
  34.           Make backups of files that are about to be removed.
  35.  
  36.      -_d, -_F, --_d_i_r_e_c_t_o_r_y
  37.           Allow the super-user to make hard links to directories.
  38.  
  39.      -_f, --_f_o_r_c_e
  40.           Remove existing destination files.
  41.  
  42.      -_i, --_i_n_t_e_r_a_c_t_i_v_e
  43.           Prompt whether to remove existing destination files.
  44.  
  45.      -_s, --_s_y_m_b_o_l_i_c
  46.           Make symbolic links instead of hard links.  This option
  47.           produces  an  error message on systems that do not sup-
  48.           port symbolic links.
  49.  
  50.      -_v, --_v_e_r_b_o_s_e
  51.           Print the name of each file before linking it.
  52.  
  53.      --_h_e_l_p
  54.           Print a usage message on standard output and exit  suc-
  55.           cessfully.
  56.  
  57.      --_v_e_r_s_i_o_n
  58.           Print version information on standard output then  exit
  59.           successfully.
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU File Utilities                1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. LN(1L)            Misc. Reference Manual Pages             LN(1L)
  71.  
  72.  
  73.  
  74.      -_S, --_s_u_f_f_i_x _b_a_c_k_u_p-_s_u_f_f_i_x
  75.           The suffix used for making simple backup files  can  be
  76.           set with the SSSSIIIIMMMMPPPPLLLLEEEE____BBBBAAAACCCCKKKKUUUUPPPP____SSSSUUUUFFFFFFFFIIIIXXXX environment variable,
  77.           which can be overridden by this option.  If neither  of
  78.           those is given, the default is `~', as it is in Emacs.
  79.  
  80.      '-_V, --_v_e_r_s_i_o_n-_c_o_n_t_r_o_l {_n_u_m_b_e_r_e_d,_e_x_i_s_t_i_n_g,_s_i_m_p_l_e}"
  81.           The  type  of  backups  made  can  be  set   with   the
  82.           VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL  environment  variable,  which  can  be
  83.           overridden by this option.  If VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL  is  not
  84.           set  and  this  option is not given, the default backup
  85.           type is `existing'.  The value of  the  VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL
  86.           environment  variable  and  the argument to this option
  87.           are like the GNU Emacs `version-control' variable; they
  88.           also recognize synonyms that are more descriptive.  The
  89.           valid values are (unique abbreviations are accepted):
  90.  
  91.           `t' or `numbered'
  92.                Always make numbered backups.
  93.  
  94.           `nil' or `existing'
  95.                Make numbered backups of files that  already  have
  96.                them, simple backups of the others.
  97.  
  98.           `never' or `simple'
  99.                Always make simple backups.
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. FSF              Last change: GNU File Utilities                2
  130.  
  131.  
  132.  
  133.